home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / docs / msgs_config.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  3.1 KB  |  124 lines

  1.  
  2.  
  3.     Message area configuration.
  4.  
  5.  
  6. Message areas are configured in the 'Tron:cfg/MailAreas.cfg'.
  7.  
  8.  
  9. Each config line is in a specific format which is dependent on the
  10. type of the area:
  11.  
  12.  
  13.      Local message area:
  14.  
  15.      #area  flags  MaxMsgs  path  areaName
  16.  
  17.  
  18.  
  19.      Echomail or netmail area:
  20.  
  21.      #area  flags  MaxMsgs  path  areaName  TagName  NodeNumber
  22.  
  23.  
  24.  
  25.      Echomail or netmail area if you are a HUB or HOST:
  26.  
  27.      #area  flags  MaxMsgs  path  areaName  TagName  NodeNumber
  28.      HubNumber HostNumber [other_nodenumbers]
  29.  
  30.      (Maximum of 5 extra NodeNumbers per Area)
  31.  
  32.  
  33.  
  34.  
  35.  
  36.      Some examples:
  37.  
  38.      #001  [LW-] 100  tron:mail/   SysopComments
  39.      #004  [E--]  50  tron:mail/   Bad            BAD        14:103/3
  40.      #005  [EW-] 100  tron:mail/   Tron_Chat      TRON_CHAT  14:103/300
  41.      14:103/3
  42.      #010  [NW-] 100  tron:mail/   Nla_NetMail    NLA_NET    14:103/300
  43.  
  44.  
  45.  
  46.      Note:  Don't use area number #0
  47.      Note:  Don't forget a ':' or '/' at the end of a path !!
  48.      Note:  A 'BAD' area is an echomail area with tagname 'BAD'
  49.  
  50. Look at the provided config for more examples of the format used.
  51.  
  52. The type of an area is configured by flags, each area has to have
  53. a flag which determines if it is used for local, echo or netmail.
  54.  
  55.  
  56. Flags:         type of area
  57.  
  58.            L = Local Messages
  59.            N = Netmail
  60.            E = Echomail
  61.  
  62.  
  63. Also there are a few flags which determine the characteristics of an area.
  64. Which means that those flags can not be overruled by flags in the
  65. users template.
  66.  
  67.  
  68. Flags:         Characteristics of area
  69.  
  70.            A = User may use an alias in this area.
  71.            W = Users can write in this area.
  72.  
  73.  
  74.  
  75.  
  76. A user can acces a message area if he has the correct flags in his template.
  77. (Templates are defined in configuration file 'Tron:cfg/Templates.cfg')
  78.  
  79.  
  80.     V = View,    User sees area in Lists and can go to this area.
  81.     R = Read,    User can Read/Scan all messages in this area.
  82.     P = Private, User can only Read/Scan messages To and From him.
  83.     W = Write,   User can Write in this area.
  84.     A = Attach,  User can Attach files to messages.
  85.     S = Special, User can Read/Scan deleted messages.
  86.  
  87.  
  88. Note that a user can only write messages in an area if he has Write
  89. acces in his Template AND the area has a Write flag.
  90.  
  91. Note that an area can have a Read flag OR a Private flag or none of
  92. the before mentioned.
  93. If a user has a Read flag he can read all messages, if he has a Private
  94. flag he can only Read messages which he has written or which are
  95. written to his name or alias.
  96.  
  97.  
  98.  
  99.  
  100.  
  101. If you want the mail processor to export echomail to your boss or
  102. other systems you have to add the area to the 'tron:cfg/mail.cfg'.
  103.  
  104. In this configuration file you make an entry for each area.
  105. An entry starts with an AREA xxxx line, folowed with lines on which
  106. the nodenumber of your boss and the nodenumbers of the nodes and
  107. points you feed are placed.
  108. An entry is terminated with a '#' symbol.
  109.  
  110.  
  111. For example:
  112.  
  113. AREA TRON_BETA
  114. 14:103/0
  115. 14:103/103
  116. #
  117.  
  118.  
  119. Note that the mail processor needs to know a password and archiver
  120. for your boss node and the nodes you feed, these are configured
  121. in the 'tron:cfg/systems.cfg' file.
  122.  
  123.  
  124.